NativeBulkAdLoadListener

Interface that is implemented to determine when the loading of bulk ad request has completed or failed.

Functions

Link copied to clipboard
abstract fun onAdsFailedToLoad(error: AdRequestError)

Called when a slider ad request failed.

Link copied to clipboard
abstract fun onAdsLoaded(nativeAds: List<NativeAd>)

Notifies when native ads are loaded.